|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface HTTPReportListener
An applet may implement this interface in order to receive notification on HTTPAdministration request processing.
Such an applet shall expose the HTTPReportListener interface object(s) through
Applet.getShareableInterfaceObject(javacard.framework.AID, byte)
only if the client AID is null, and the parameter is set to GPSystem.FAMILY_HTTP_REPORT.
| Field Summary | |
|---|---|
static short |
HTTP_SESSION_ERROR
Constant notifying that the HTTPAdministartion session fails. |
static short |
HTTP_SESSION_NO_ERROR
Constant notifying that HTTPAdministration session End successfully |
| Method Summary | |
|---|---|
void |
httpAdministationSessionReport(short status)
Notifies the applet that the requested HTTPAdministrationSession has been successfully completed or not. |
| Field Detail |
|---|
static final short HTTP_SESSION_NO_ERROR
static final short HTTP_SESSION_ERROR
| Method Detail |
|---|
void httpAdministationSessionReport(short status)
The OPEN notify the Applet when the HTTPAdministrationSession end or when retry policy is exhausted.
status - With following meaning
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||